home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / python-numeric / README < prev   
Encoding:
Text File  |  2005-11-11  |  2.1 KB  |  58 lines

  1.                      Numerical Python
  2.  
  3.     Versions after 20.0 require Python 2.0 or later. To take advantage of 
  4.     the "rich comparisons" (i.e., to be able to compare arrays and get
  5.     back a boolean result) you need Python 2.1.
  6.  
  7. Web site: http://numpy.sourceforge.net
  8. Project page: http://sourceforge.net/projects/numpy
  9. Discussion group: numpy-discussion@lists.sourceforge.net
  10.  
  11. ===> Silicon Graphics bug:
  12.     Due to a bug in the SGI compiler's handling of complex
  13.     variables, you must build your *python* without optimization
  14.     on a certain file. Consult the Python installation instructions
  15.     for the details.
  16.  
  17. INSTALLING BINARY DISTRIBUTIONS ON WINDOWS
  18.  
  19.     Get the .exe installers and simply run them. Python must already be
  20.     installed.
  21.  
  22. BUILDING AND INSTALLING NUMERIC PTYHON FROM SOURCE
  23.  
  24.     See the file INSTALL for installation instructions.
  25.  
  26. OPTIONAL PACKAGES
  27.  
  28.     Subdirectory Packages contains optional packages. By default, setup.py
  29.     installs all of them; if you do not want all of them, simply remove the
  30.     corresponding lines from setup.py.
  31.  
  32.     Each package has its own setup.py file for separate installation.
  33.  
  34.     Package Properties is required for package kinds and package MA.
  35.  
  36. CVS Repository, Bug Tracking, Documentation, Patches, Mailing Lists
  37.  
  38.    Access to the source via CVS, a bug tracking facility, a patch submission
  39.    facility, and the numpy-discussion mailing list are all on the
  40.    Numerical Python Project page:  http://sourceforge.net/projects/numpy
  41.  
  42.    The Numerical Python Web Site is http://numpy.sourceforge.net. It contains
  43.    links to the project page and the documentation. It also has a few links
  44.    to related sites.
  45.  
  46. History
  47.  
  48. This software was originally written by Jim Hugunin when he was at MIT, later
  49. at CNRI.
  50.  
  51. Then Paul Dubois of LLNL became the "keeper". LLNL has released any
  52. contributions to it by LLNL personnel for free redistribution.  However, many
  53. people have contributed to Numpy.  It is a classic open source effort that
  54. nobody "owns".  So, Numerical Python is placed in the SourceForge under the
  55. Python license. The LLNL license is in Legal.htm.
  56.  
  57.  -- Paul F. Dubois, Jan. 13, 2000.
  58.